home *** CD-ROM | disk | FTP | other *** search
- %binary
- /laserbitsdict 5 dict def
- /laserbits %Copyright 1987 Silicon Beach Software, Inc.
- {
- laserbitsdict begin
- /savevm save def
- /h exch def
- /w exch def
- /bitsstr w 8 idiv string def
- /scalefactor av 65 lt {0.24} {0.25} ifelse def
- 0 setgray
- w scalefactor mul h scalefactor mul scale
- w h true
- [w 0 0 h 0 0]
- { currentfile bitsstr readstring pop }
- imagemask
- savevm restore
- end
- } def
-